-
Notifications
You must be signed in to change notification settings - Fork 4k
Custom Incremental Cache #3239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Incremental Cache #3239
Conversation
🦋 Changeset detectedLatest commit: 53a3356 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Summary of the deployments: Version 1
Version 2
Test content |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
82b2358
to
dbc6ed1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
This PR add a custom incremental cache instead of the one from cloudflare.
It does not use the
BUILD_ID
as part of the key for the data cache.It also add tracing for the different methods of the incremental cache. (This is broken right now as esbuild replace
NODE_ENV
with development during compilation of the config file for the edge runtime, fix needs to be done in aws)